home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / AMOSList / AMOSLIST.0997 / 000358_amos-request@svcs1.digex.net_Mon Sep 29 12:52:30 1997.msg < prev    next >
Text File  |  1997-10-01  |  2KB  |  51 lines

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
  2.     by mail3.access.digex.net (8.8.5/8.8.5) with ESMTP id MAA29371
  3.     for <mcox@access.digex.net>; Mon, 29 Sep 1997 12:52:27 -0400 (EDT)
  4. Received: (from daemon@localhost)
  5.     by svcs1.digex.net (8.8.5/8.8.5) id JAA19159
  6.     for amos-out; Mon, 29 Sep 1997 09:03:57 -0400 (EDT)
  7. Received: from mail3.access.digex.net (mail3.access.digex.net [205.197.247.4])
  8.     by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id JAA19154
  9.     for <amos-list@svcs1.digex.net>; Mon, 29 Sep 1997 09:03:56 -0400 (EDT)
  10. Received: from host.tlnet.de (host.tlnet.de [194.162.131.5])
  11.     by mail3.access.digex.net (8.8.5/8.8.5) with ESMTP id JAA18888
  12.     for <amos-list@access.digex.net>; Mon, 29 Sep 1997 09:03:50 -0400 (EDT)
  13. Received: from tlnet.de (house@house.tlnet.de [194.162.131.135]) by host.tlnet.de (8.8.5/8.8.5) with SMTP id PAA02399 for <amos-list@access.digex.net>; Mon, 29 Sep 1997 15:03:46 +0200
  14. From: "[r]FoX" <house@tlnet.de>
  15. To: AMOS MAILING LIST <amos-list@access.digex.net>
  16. Date: Mon, 29 Sep 1997 13:20:37 +0100
  17. Message-ID: <yam7211.1850.1741671176@mail.tlnet.de>
  18. X-Mailer: YAM 1.3.3 - Amiga Mailer by Marcel Beck
  19. Subject: Hello People - Cars and Colours
  20. MIME-Version: 1.0
  21. Content-Type: text/plain
  22. Status: RO
  23. X-Status: 
  24.  
  25. Hi all,
  26.  
  27. i try to make a little Game with 2 little cars (32x32,16c) to run on
  28. an 800x600,32,Lowres Screen.
  29. First i rendered the Bobs with a Retracer in 16 Images for a full rotation.
  30. I put them with the ObjectEd to a Bank.
  31. I converted them to 16 colours (cause Bob 1 use 1-8 and Bob 2 use 9-16 )
  32. Now i have my Bob Palette with 16 colours, so evry Bob can use 8 of them.
  33. And thats my Problem....i cannot handle that.
  34. I try to use the mask for Bob 1+2 with digits (%11111111, %1111111100000000)
  35. but the Bobs uses both the first 8 colours.
  36. I try to use Palette (Palette $0,$CC0,$990,...) to use it with a mask, but
  37. the Bobs have evry Time the same colour.
  38. I try to use the Colour-Bitplanes and then i saw, that i can handle the
  39. Bitplanes for the Bobs, but not there colour.
  40. What can be wrong here ?
  41. I called the Bobs with Bob 1,XA,YA,IA
  42.                        Bob 2,XB,YB,IB
  43.                        ...
  44. Maybe someone can help me ?...
  45.  
  46. oki, greetz from Germany...
  47.  
  48. Mick
  49. -----
  50.                        
  51.